home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-07-04 | 51.3 KB | 1,665 lines |
- object Dlg_setup: TDlg_setup
- Left = 275
- Top = 263
- ActiveControl = SetList
- BorderStyle = bsDialog
- Caption = 'Account Property'
- ClientHeight = 335
- ClientWidth = 536
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ImgAcc: TImage
- Left = 16
- Top = 8
- Width = 16
- Height = 16
- Transparent = True
- end
- object L_accname: TLabel
- Left = 40
- Top = 10
- Width = 121
- Height = 16
- AutoSize = False
- Transparent = True
- end
- object GroupBox: TGroupBox
- Left = 160
- Top = 16
- Width = 364
- Height = 273
- TabOrder = 0
- object NoteBook: TNotebook
- Left = 4
- Top = 16
- Width = 356
- Height = 253
- PageIndex = 7
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object L_name: TLabel
- Left = 16
- Top = 8
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = E_name
- end
- object L_organization: TLabel
- Left = 16
- Top = 52
- Width = 62
- Height = 13
- Caption = '&Organization:'
- FocusControl = E_organization
- end
- object L_address: TLabel
- Left = 16
- Top = 96
- Width = 102
- Height = 13
- Caption = '&Internet Mail Address:'
- FocusControl = E_address
- end
- object L_replyaddr: TLabel
- Left = 16
- Top = 140
- Width = 71
- Height = 13
- Caption = '&Reply Address:'
- FocusControl = E_replyaddr
- end
- object Bevel1: TBevel
- Left = 272
- Top = 186
- Width = 64
- Height = 64
- end
- object GifUserIcon: TGIFAnimator
- Left = 272
- Top = 186
- Width = 64
- Height = 64
- AutoSize = False
- Center = True
- end
- object E_name: TEdit
- Left = 16
- Top = 24
- Width = 121
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object E_organization: TEdit
- Left = 16
- Top = 68
- Width = 249
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object E_address: TEdit
- Left = 16
- Top = 112
- Width = 249
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnEnter = E_addressEnter
- OnExit = E_addressExit
- end
- object E_replyaddr: TEdit
- Left = 16
- Top = 156
- Width = 249
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object btnSelectIcon: TButton
- Left = 16
- Top = 216
- Width = 75
- Height = 25
- Caption = '&Select Icon'
- TabOrder = 4
- OnClick = btnSelectIconClick
- end
- object cbUseUserIcon: TCheckBox
- Left = 16
- Top = 192
- Width = 217
- Height = 17
- Caption = '&Use the message icon (64x64)'
- TabOrder = 5
- end
- object btnClear: TButton
- Left = 96
- Top = 216
- Width = 75
- Height = 25
- Caption = '&Clear Icon'
- TabOrder = 6
- OnClick = btnClearClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'p1'
- object L_SMTP: TLabel
- Left = 16
- Top = 34
- Width = 67
- Height = 13
- Caption = '&SMTP Server:'
- FocusControl = E_SMTP
- end
- object L_POP3: TLabel
- Left = 16
- Top = 100
- Width = 65
- Height = 13
- Caption = '&POP3 Server:'
- FocusControl = E_POP3
- end
- object L_account: TLabel
- Left = 16
- Top = 143
- Width = 74
- Height = 13
- Caption = 'POP3 &Account:'
- FocusControl = E_account
- end
- object L_password: TLabel
- Left = 16
- Top = 186
- Width = 49
- Height = 13
- Caption = 'Pass&word:'
- FocusControl = E_password
- end
- object chkHotmailAccount: TCheckBox
- Left = 17
- Top = 10
- Width = 312
- Height = 17
- Caption = 'Hotmail/MSN account (Auto start Foxmail-Hotmail Proxy)'
- TabOrder = 0
- OnClick = chkHotmailAccountClick
- end
- object E_SMTP: TEdit
- Left = 16
- Top = 50
- Width = 233
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object cbIsESMTP: TCheckBox
- Left = 28
- Top = 78
- Width = 237
- Height = 17
- Caption = 'S&MTP server need AUTHENTICATION'
- TabOrder = 2
- OnClick = cbIsESMTPClick
- end
- object BtnSetup: TButton
- Left = 268
- Top = 74
- Width = 77
- Height = 25
- Caption = 'Se&tup...'
- TabOrder = 3
- OnClick = BtnSetupClick
- end
- object E_account: TEdit
- Left = 16
- Top = 159
- Width = 121
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object E_password: TEdit
- Left = 16
- Top = 202
- Width = 121
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 6
- end
- object BtnAdvanced: TButton
- Left = 16
- Top = 228
- Width = 121
- Height = 25
- Caption = 'Ad&vanced...'
- TabOrder = 7
- OnClick = BtnAdvancedClick
- end
- object E_POP3: TEdit
- Left = 16
- Top = 116
- Width = 233
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'send'
- object Lab_MU_e_MailDoMain: TLabel
- Left = 9
- Top = 213
- Width = 108
- Height = 13
- Caption = '&Default E-mail domain: '
- FocusControl = ED_e_MailDoMain
- end
- object GB_format: TGroupBox
- Left = 8
- Top = 8
- Width = 329
- Height = 145
- Caption = 'Message Format'
- TabOrder = 0
- object L_charset: TLabel
- Left = 32
- Top = 98
- Width = 44
- Height = 13
- Caption = '&Char Set:'
- Visible = False
- end
- object RB_MIME: TRadioButton
- Left = 8
- Top = 24
- Width = 241
- Height = 17
- Caption = '&MIME'
- TabOrder = 0
- OnClick = RB_MIMEClick
- end
- object RB_UUEncode: TRadioButton
- Tag = 1
- Left = 8
- Top = 120
- Width = 241
- Height = 17
- Caption = '&UUEncode'
- TabOrder = 4
- end
- object CB_AutoQP: TCheckBox
- Left = 32
- Top = 48
- Width = 225
- Height = 17
- Caption = 'Auto &encoding text'
- TabOrder = 1
- end
- object CB_Subject8bit: TCheckBox
- Left = 32
- Top = 72
- Width = 225
- Height = 17
- Caption = '&Allow 8 bit chars in mail header'
- TabOrder = 2
- end
- object CB_charset: TComboBox
- Left = 104
- Top = 96
- Width = 105
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Visible = False
- Items.Strings = (
- 'us-ascii'
- 'ISO-8859-1'
- 'Other...')
- end
- end
- object CB_tosentbox: TCheckBox
- Left = 8
- Top = 188
- Width = 329
- Height = 17
- Caption = '&Move the sent mails to folder "Sent"'
- TabOrder = 2
- end
- object CB_checkonsend: TCheckBox
- Left = 8
- Top = 168
- Width = 329
- Height = 17
- Caption = '&Check new mails after sending'
- TabOrder = 1
- end
- object ED_e_MailDoMain: TEdit
- Left = 36
- Top = 227
- Width = 298
- Height = 21
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'receive'
- object L_checkfirst: TLabel
- Left = 26
- Top = 42
- Width = 101
- Height = 13
- Caption = '&Check for mails every'
- FocusControl = CB_autocheck
- end
- object L_checklast: TLabel
- Left = 184
- Top = 44
- Width = 36
- Height = 13
- Caption = '&minutes'
- FocusControl = E_checktime
- end
- object CB_leaveinserver: TCheckBox
- Left = 8
- Top = 16
- Width = 225
- Height = 17
- Caption = '&Leave a copy in server'
- TabOrder = 0
- end
- object CB_autocheck: TCheckBox
- Left = 8
- Top = 40
- Width = 15
- Height = 17
- Caption = 'CB_autocheck'
- TabOrder = 1
- end
- object E_checktime: TEdit
- Left = 136
- Top = 40
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 2
- end
- object CB_sound: TCheckBox
- Left = 8
- Top = 72
- Width = 265
- Height = 17
- Caption = '&Play sound when new mails coming'
- TabOrder = 3
- end
- object E_sound: TEdit
- Left = 24
- Top = 95
- Width = 217
- Height = 21
- ReadOnly = True
- TabOrder = 4
- end
- object Btn_sound: TButton
- Left = 240
- Top = 94
- Width = 73
- Height = 23
- Caption = '&Browse...'
- TabOrder = 5
- OnClick = Btn_soundClick
- end
- object GB_mbox: TGroupBox
- Left = 4
- Top = 136
- Width = 341
- Height = 97
- Caption = 'Mailbox'
- TabOrder = 6
- object L_packlast: TLabel
- Left = 144
- Top = 42
- Width = 97
- Height = 13
- Caption = '%, p&ack the mailbox'
- FocusControl = E_pack
- end
- object L_checkpack: TLabel
- Left = 8
- Top = 20
- Width = 211
- Height = 13
- Caption = 'Auto compress mailboxes when program exit:'
- end
- object L_packfirst: TLabel
- Left = 24
- Top = 42
- Width = 73
- Height = 13
- Caption = '&If wasted size >'
- FocusControl = CB_pack
- end
- object CB_pack: TCheckBox
- Left = 8
- Top = 40
- Width = 17
- Height = 17
- Caption = 'CB_pack'
- TabOrder = 0
- end
- object E_pack: TEdit
- Left = 104
- Top = 40
- Width = 25
- Height = 21
- TabOrder = 1
- end
- end
- object btnPlay: TButton
- Left = 320
- Top = 94
- Width = 25
- Height = 23
- Caption = '>'
- TabOrder = 7
- OnClick = btnPlayClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'connections'
- object L_connections: TLabel
- Left = 8
- Top = 5
- Width = 198
- Height = 13
- Caption = 'Receive mails from multiple POP3 servers:'
- end
- object SBup: TSpeedButton
- Left = 252
- Top = 24
- Width = 24
- Height = 44
- Flat = True
- OnClick = SBupClick
- end
- object SBdown: TSpeedButton
- Left = 252
- Top = 69
- Width = 24
- Height = 44
- Flat = True
- OnClick = SBdownClick
- end
- object BtnCAdd: TButton
- Left = 280
- Top = 24
- Width = 65
- Height = 25
- Caption = '&Add'
- TabOrder = 0
- OnClick = BtnCAddClick
- end
- object BtnCEdit: TButton
- Left = 280
- Top = 48
- Width = 65
- Height = 25
- Caption = '&Edit'
- TabOrder = 1
- OnClick = BtnCEditClick
- end
- object BtnCDelete: TButton
- Left = 280
- Top = 72
- Width = 65
- Height = 25
- Caption = '&Delete'
- TabOrder = 2
- OnClick = BtnCDeleteClick
- end
- object M_conn: TMemo
- Left = 8
- Top = 120
- Width = 337
- Height = 129
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- end
- object LB_conn: TCheckListBox
- Left = 8
- Top = 24
- Width = 245
- Height = 89
- OnClickCheck = LB_connClickCheck
- ItemHeight = 13
- TabOrder = 4
- OnClick = LB_connClick
- OnDblClick = BtnCEditClick
- OnDrawItem = LB_connDrawItem
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'font'
- object L_print: TLabel
- Left = 8
- Top = 54
- Width = 48
- Height = 13
- Caption = 'Print Font:'
- end
- object L_maillist: TLabel
- Left = 8
- Top = 22
- Width = 89
- Height = 13
- Caption = 'Message List Font:'
- Enabled = False
- end
- object L_readfirst: TLabel
- Left = 24
- Top = 210
- Width = 125
- Height = 13
- Caption = '&Mark as read after viewing'
- FocusControl = E_autoread
- end
- object L_readlast: TLabel
- Left = 208
- Top = 210
- Width = 42
- Height = 13
- Caption = '&Seconds'
- end
- object CB_autoread: TCheckBox
- Left = 8
- Top = 208
- Width = 17
- Height = 17
- Caption = 'CB_autoread'
- TabOrder = 3
- end
- object E_autoread: TEdit
- Left = 160
- Top = 208
- Width = 33
- Height = 21
- TabOrder = 4
- end
- object CB_useweb: TCheckBox
- Left = 8
- Top = 184
- Width = 337
- Height = 17
- Caption = 'Embed &Internet Explorer to view HTML message'
- TabOrder = 2
- end
- object Btn_maillist: TBitBtn
- Tag = 1
- Left = 192
- Top = 16
- Width = 145
- Height = 21
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Btn_print: TBitBtn
- Tag = 2
- Left = 192
- Top = 48
- Width = 145
- Height = 21
- TabOrder = 1
- OnClick = Btn_printClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'labels'
- object SB_label1: TSpeedButton
- Left = 224
- Top = 16
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object SB_label2: TSpeedButton
- Left = 224
- Top = 40
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object SB_label3: TSpeedButton
- Left = 224
- Top = 64
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object SB_label4: TSpeedButton
- Left = 224
- Top = 88
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object SB_label5: TSpeedButton
- Left = 224
- Top = 112
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object SB_label6: TSpeedButton
- Left = 224
- Top = 136
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object SB_label7: TSpeedButton
- Left = 224
- Top = 160
- Width = 65
- Height = 22
- OnClick = SB_label1Click
- end
- object L_label1: TLabel
- Left = 16
- Top = 16
- Width = 3
- Height = 13
- end
- object L_label2: TLabel
- Left = 16
- Top = 40
- Width = 3
- Height = 13
- end
- object L_label3: TLabel
- Left = 16
- Top = 64
- Width = 3
- Height = 13
- end
- object L_label4: TLabel
- Left = 16
- Top = 88
- Width = 3
- Height = 13
- end
- object L_label5: TLabel
- Left = 16
- Top = 112
- Width = 3
- Height = 13
- end
- object L_label6: TLabel
- Left = 16
- Top = 138
- Width = 3
- Height = 13
- end
- object L_label7: TLabel
- Left = 16
- Top = 163
- Width = 3
- Height = 13
- end
- object E_label1: TEdit
- Left = 72
- Top = 16
- Width = 97
- Height = 21
- TabOrder = 0
- end
- object E_label2: TEdit
- Left = 72
- Top = 40
- Width = 97
- Height = 21
- TabOrder = 1
- end
- object E_label3: TEdit
- Left = 72
- Top = 64
- Width = 97
- Height = 21
- TabOrder = 2
- end
- object E_label4: TEdit
- Left = 72
- Top = 88
- Width = 97
- Height = 21
- TabOrder = 3
- end
- object E_label5: TEdit
- Left = 72
- Top = 112
- Width = 97
- Height = 21
- TabOrder = 4
- end
- object E_label6: TEdit
- Left = 72
- Top = 136
- Width = 97
- Height = 21
- TabOrder = 5
- end
- object E_label7: TEdit
- Left = 72
- Top = 160
- Width = 97
- Height = 21
- TabOrder = 6
- end
- object CB_labelrow: TCheckBox
- Left = 16
- Top = 200
- Width = 329
- Height = 17
- Caption = '&Display label color on the whole row'
- TabOrder = 7
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Template'
- object PageControl1: TPageControl
- Left = 2
- Top = 2
- Width = 353
- Height = 249
- ActivePage = TabSheet2
- TabOrder = 0
- object TabSheet2: TTabSheet
- Caption = 'New'
- object Label4: TLabel
- Left = 8
- Top = 128
- Width = 44
- Height = 13
- Caption = 'Template'
- end
- object Bevel3: TBevel
- Left = 64
- Top = 136
- Width = 273
- Height = 2
- end
- object cbHTML_New: TCheckBox
- Left = 24
- Top = 156
- Width = 105
- Height = 17
- Caption = 'HTML message'
- TabOrder = 0
- end
- object cbText_New: TCheckBox
- Left = 24
- Top = 180
- Width = 105
- Height = 17
- Caption = 'Text message'
- TabOrder = 1
- end
- object edHTMLTemp_New: TEdit
- Left = 128
- Top = 152
- Width = 129
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 2
- end
- object edTextTemp_New: TEdit
- Left = 128
- Top = 176
- Width = 129
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 3
- end
- object btnBrowse1: TButton
- Tag = 1
- Left = 262
- Top = 152
- Width = 75
- Height = 21
- Caption = 'Browse'
- Enabled = False
- TabOrder = 4
- OnClick = btnBrowse1Click
- end
- object btnBrowse2: TButton
- Tag = 2
- Left = 262
- Top = 176
- Width = 75
- Height = 21
- Caption = 'Browse'
- Enabled = False
- TabOrder = 5
- OnClick = btnBrowse1Click
- end
- object rgNewFormat: TRadioGroup
- Left = 8
- Top = 16
- Width = 329
- Height = 66
- Caption = 'New Message Format'
- Items.Strings = (
- 'HTML'
- 'Text')
- TabOrder = 6
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Reply'
- ImageIndex = 1
- object Label6: TLabel
- Left = 8
- Top = 128
- Width = 44
- Height = 13
- Caption = 'Template'
- end
- object Bevel5: TBevel
- Left = 64
- Top = 136
- Width = 273
- Height = 2
- end
- object cbHTML_Reply: TCheckBox
- Left = 24
- Top = 156
- Width = 105
- Height = 17
- Caption = 'HTML message'
- TabOrder = 0
- end
- object cbText_Reply: TCheckBox
- Left = 24
- Top = 180
- Width = 105
- Height = 17
- Caption = 'Text message'
- TabOrder = 1
- end
- object edHTMLTemp_Reply: TEdit
- Left = 128
- Top = 152
- Width = 129
- Height = 21
- Color = clBtnFace
- Enabled = False
- ImeName = '���� (����) - ΢��ƴ��'
- TabOrder = 2
- end
- object edTextTemp_Reply: TEdit
- Left = 128
- Top = 176
- Width = 129
- Height = 21
- Color = clBtnFace
- Enabled = False
- ImeName = '���� (����) - ΢��ƴ��'
- TabOrder = 3
- end
- object btnBrowse3: TButton
- Tag = 3
- Left = 262
- Top = 152
- Width = 75
- Height = 21
- Caption = 'Browse'
- Enabled = False
- TabOrder = 4
- OnClick = btnBrowse1Click
- end
- object btnBrowse4: TButton
- Tag = 4
- Left = 262
- Top = 176
- Width = 75
- Height = 21
- Caption = 'Browse'
- Enabled = False
- TabOrder = 5
- OnClick = btnBrowse1Click
- end
- object rgReplyFormat: TRadioGroup
- Left = 8
- Top = 16
- Width = 329
- Height = 89
- Caption = 'Reply Message Format'
- Items.Strings = (
- 'HTML'
- 'Text'
- 'Depend on original message')
- TabOrder = 6
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Forward'
- ImageIndex = 2
- object Label7: TLabel
- Left = 8
- Top = 128
- Width = 44
- Height = 13
- Caption = 'Template'
- end
- object Bevel6: TBevel
- Left = 64
- Top = 136
- Width = 273
- Height = 2
- end
- object cbHTML_Forward: TCheckBox
- Left = 24
- Top = 156
- Width = 105
- Height = 17
- Caption = 'HTML message'
- TabOrder = 0
- end
- object cbText_Forward: TCheckBox
- Left = 24
- Top = 180
- Width = 105
- Height = 17
- Caption = 'Text message'
- TabOrder = 1
- end
- object edHTMLTemp_Forward: TEdit
- Left = 128
- Top = 152
- Width = 129
- Height = 21
- Color = clBtnFace
- Enabled = False
- ImeName = '���� (����) - ΢��ƴ��'
- TabOrder = 2
- end
- object edTextTemp_Forward: TEdit
- Left = 128
- Top = 176
- Width = 129
- Height = 21
- Color = clBtnFace
- Enabled = False
- ImeName = '���� (����) - ΢��ƴ��'
- TabOrder = 3
- end
- object btnBrowse5: TButton
- Tag = 5
- Left = 262
- Top = 152
- Width = 75
- Height = 21
- Caption = 'Browse'
- Enabled = False
- TabOrder = 4
- OnClick = btnBrowse1Click
- end
- object btnBrowse6: TButton
- Tag = 6
- Left = 262
- Top = 176
- Width = 75
- Height = 21
- Caption = 'Browse'
- Enabled = False
- TabOrder = 5
- OnClick = btnBrowse1Click
- end
- object rgForwardFormat: TRadioGroup
- Left = 8
- Top = 16
- Width = 329
- Height = 89
- Caption = 'Forward Message Format'
- Items.Strings = (
- 'HTML'
- 'Text'
- 'Depend on original message')
- TabOrder = 6
- end
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'network'
- object GB_DUN: TGroupBox
- Left = 4
- Top = 40
- Width = 349
- Height = 209
- TabOrder = 1
- object RBlan: TRadioButton
- Left = 8
- Top = 16
- Width = 249
- Height = 17
- Caption = '&LAN or leased line'
- TabOrder = 0
- end
- object RBmanual: TRadioButton
- Left = 8
- Top = 40
- Width = 249
- Height = 17
- Caption = '&Manual connection'
- TabOrder = 1
- end
- object RBdial: TRadioButton
- Left = 8
- Top = 64
- Width = 249
- Height = 17
- Caption = '&Dial up networking'
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 24
- Top = 88
- Width = 313
- Height = 113
- Caption = 'Dial &up network settings'
- TabOrder = 3
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 57
- Height = 13
- Caption = '&Connection:'
- FocusControl = CBconnection
- end
- object CBconnection: TComboBox
- Left = 128
- Top = 22
- Width = 145
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- TabOrder = 0
- end
- object CBautodisconnect: TCheckBox
- Left = 16
- Top = 56
- Width = 265
- Height = 17
- Caption = '&Auto disconnect after mail transmision'
- TabOrder = 1
- end
- object CBuseexisting: TCheckBox
- Left = 16
- Top = 80
- Width = 265
- Height = 17
- Caption = '&Use any existing connected dial up connection'
- TabOrder = 2
- end
- end
- end
- object CB_UseAccNetSet: TCheckBox
- Left = 8
- Top = 16
- Width = 265
- Height = 17
- Caption = '&Use account specific network settings'
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'signature'
- object ToolbarButton971: TSpeedButton
- Left = 8
- Top = 230
- Width = 121
- Height = 24
- Caption = 'Insert Macro'
- end
- object SBcut: TSpeedButton
- Left = 224
- Top = 230
- Width = 24
- Height = 24
- Hint = 'Cut'
- Glyph.Data = {
- 36060000424D3606000000000000360400002800000020000000100000000100
- 080000000000000200000000000000000000000100000001000000000000FFFF
- FF00A711C300FF00FF0099999900FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000030303030303
- 0303030303030303030303030303030301010303030303030303030303030302
- 0203030303030303030303030303030404030103030101030303030303030203
- 0302030302020303030303030303040103040103040403010303030303030203
- 0302030203030203030303030303040103040104010304010303030303030203
- 0302030203030203030303030303040301040104010304010303030303030302
- 0202030203030203030303030303030404040104010104030303030303030303
- 0302030202020303030303030303030303040104040403030303030303030303
- 0302020203030303030303030303030303040404030303030303030303030303
- 0303020303030303030303030303030303030401010303030303030303030303
- 0302020203030303030303030303030303040404010303030303030303030303
- 0302030203030303030303030303030303040104010103030303030303030303
- 0202030202030303030303030303030304040304040103030303030303030303
- 0203030302030303030303030303030304010303040103030303030303030303
- 0203030302030303030303030303030304010303040103030303030303030303
- 0203030302030303030303030303030304030303040303030303030303030303
- 0303030303030303030303030303030303030303030303030303}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- end
- object SBcopy: TSpeedButton
- Tag = 1
- Left = 248
- Top = 230
- Width = 24
- Height = 24
- Hint = 'Copy'
- Glyph.Data = {
- 36060000424D3606000000000000360400002800000020000000100000000100
- 080000000000000200000000000000000000000100000001000000000000FFFF
- FF00FF00FF00B2811000FBF5E600C2982000D0AD3600D9B84B00DDC25700E5CD
- 7300F0E1A500E9D78200F4EBBB0067686700FCFCFC00F2F2F200999999007D7D
- 7D006E6E6E00FFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000020202020202
- 0202020202020202020202020202020F0F0F0F0F0F0F0F0F0F0F020202020000
- 0000000000000000000202020F0F10101010101010101010100F020000000004
- 0B09090807070606000202101010100F0202020202020202100F0200110D0004
- 0B09090807070606000202100F02100F0202020202020202100F0200110D0004
- 0303030303030606000202100F02100F0202020202020202100F020011000004
- 0A0B0B0B09090606000202100F10100F0202020202020202100F020011120004
- 0303030303030606000202100F02100F0202020202020202100F020011000004
- 0A0B0B0905050505000202100F10100F020202020F0F0F0F100F020011120004
- 03030B0000000000000202100F02100F02020210101010101002020011000004
- 0A0B0B00040C0700020202100F10100F020202100F0202100202020011000004
- 0A0B0B000E070002020202100F10100F020202100F0210020202020011120004
- 0A0B0B0007000202020202100F02100F020202100F1002020202020011120004
- 0404040000020202020202100F02100F0F0F0F10100202020202020011110000
- 0000000002020202020202100F0F101010101010020202020202020000000000
- 0202020202020202020202101010101002020202020202020202020202020202
- 0202020202020202020202020202020202020202020202020202}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- end
- object SBpaste: TSpeedButton
- Tag = 2
- Left = 272
- Top = 230
- Width = 24
- Height = 24
- Hint = 'Paste'
- Glyph.Data = {
- 36060000424D3606000000000000360400002800000020000000100000000100
- 080000000000000200000000000000000000000100000001000000000000FFFF
- FF00FF00FF00C0BFC000DEDBDC00FFFAF800B2811000FBF5E600C2982000D0AD
- 3600D9B84B00DDC25700E5CD7300F0E1A500E9D78200F3F3F200B3B4B3008CF4
- FF0057CDF20000040700FCFCFC00F2F2F200ECECEC00E4E4E400D5D5D500CCCC
- CC00C4C4C400BDBDBD0099999900FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000020202020202
- 0202020202020202020202020202020202151515151515151515020202020202
- 131313131313131313020202151515151C1C1C1C1C1C1C1C1C15021313131313
- 13070E0C0B0A0A091302021C1C1C1C1C1C150202020202021C150213191A1B10
- 13070606060606091302021C150202021C150202020202021C150213181A031B
- 13070D0E0E0C0C091302021C150202021C150202020202021C15021304191A1A
- 13070606060606091302021C150202021C150202020202021C1502131718191A
- 13070D0E0C0808081302021C150202021C150202020215151C15021317041819
- 130706060E1313131302021C150202021C150202021C1C1C1C15021316170418
- 13070D0E0E13140A1302021C150202021C150202021C15021C1502130F171704
- 13070D0E0E130A131302021C150202021C150202021C151C1C15021305161717
- 13070707071313131302021C150202151C151515151C1C1C1C02021314141313
- 1313131313131B130202021C15021C1C1C1C1C1C1C1C021C1502021314141311
- 1313121318191A130202021C02151C151C1C021C1515151C0202020213131313
- 1111131313131302020202021C1C1C1C15151C1C1C1C1C020202020202020213
- 1313130202020202020202020202021C1C1C1C02020202020202020202020202
- 0202020202020202020202020202020202020202020202020202}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- end
- object SBundo: TSpeedButton
- Left = 300
- Top = 230
- Width = 24
- Height = 24
- Hint = 'Undo'
- Glyph.Data = {
- 36030000424D3603000000000000360000002800000010000000100000000100
- 1800000000000003000000000000000000000000000000000000FF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00
- 0000000000000000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FF000000FFAC00FFAC00FFAC00FFAC000000000000
- 00FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00000000
- 0000000000000000FFAC00FFAC00000000FF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF000000FFDD6BFFAC
- 00000000FF00FFFF00FFFF00FF00000000000000000000000000000000000000
- 0000000000000000FF00FF000000FFDD6B000000FF00FFFF00FFFF00FF000000
- FFDD6BFFAC00FFAC00FFAC00FFAC00FFAC00000000FF00FFFF00FF000000FFDD
- 6BFFAC00000000FF00FFFF00FF000000FFDD6BFFDD6BFFAC00FFAC00FFAC0000
- 0000FF00FFFF00FFFF00FFFF00FF000000FFD54A000000FF00FFFF00FF000000
- FFDD6BFFFFFFFFDD6BFFAC00000000FF00FFFF00FFFF00FFFF00FFFF00FF0000
- 00FFDD6B000000FF00FFFF00FF000000FFDD6BFFDD6BFFFFFFFFAC00000000FF
- 00FFFF00FFFF00FFFF00FFFF00FF000000FFDD6B000000FF00FFFF00FF000000
- FFDD6BFFFFFFFFDD6BFFDD6BFFAC00000000FF00FFFF00FFFF00FF000000FFD5
- 4AFFAC00000000FF00FFFF00FF000000FFFFFF000000000000FFAC00FFDD6BFF
- AC00000000000000000000FFDD6BFFAC00000000FF00FFFF00FFFF00FF000000
- 000000FF00FFFF00FF000000FFAC00FFDD6BFFD54AFFAC00FFD54AFFAC000000
- 00FF00FFFF00FFFF00FFFF00FF000000FF00FFFF00FFFF00FFFF00FF00000000
- 0000000000000000000000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
- ParentShowHint = False
- ShowHint = True
- end
- object SBredo: TSpeedButton
- Tag = 1
- Left = 324
- Top = 230
- Width = 24
- Height = 24
- Hint = 'Redo'
- Glyph.Data = {
- 36030000424D3603000000000000360000002800000010000000100000000100
- 1800000000000003000000000000000000000000000000000000FF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00000000000000
- 0000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FF0000000000000053FF0053FF0053FF0053FF000000FF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0000000053FF0053FF00000000
- 0000000000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
- 0000000053FF6B8DFF000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FF0000006B8DFF000000FF00FF00000000
- 0000000000000000000000000000000000000000000000FF00FFFF00FF000000
- 0053FF6B8DFF000000FF00FFFF00FF0000000053FF0053FF0053FF0053FF0053
- FF6B8DFF000000FF00FFFF00FF0000004A74FF000000FF00FFFF00FFFF00FFFF
- 00FF0000000053FF0053FF0053FF6B8DFF6B8DFF000000FF00FFFF00FF000000
- 6B8DFF000000FF00FFFF00FFFF00FFFF00FFFF00FF0000000053FF6B8DFFFFFF
- FF6B8DFF000000FF00FFFF00FF0000006B8DFF000000FF00FFFF00FFFF00FFFF
- 00FFFF00FF0000000053FFFFFFFF6B8DFF6B8DFF000000FF00FFFF00FF000000
- 0053FF4A74FF000000FF00FFFF00FFFF00FF0000000053FF6B8DFF6B8DFFFFFF
- FF6B8DFF000000FF00FFFF00FFFF00FF0000000053FF6B8DFF00000000000000
- 00000053FF6B8DFF0053FF000000000000FFFFFF000000FF00FFFF00FFFF00FF
- FF00FF0000000053FF4A74FF0053FF4A74FF6B8DFF0053FF000000FF00FFFF00
- FF000000000000FF00FFFF00FFFF00FFFF00FFFF00FF00000000000000000000
- 0000000000000000FF00FFFF00FFFF00FFFF00FF000000FF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
- ParentShowHint = False
- ShowHint = True
- end
- object PC_template: TPageControl
- Left = 8
- Top = 8
- Width = 345
- Height = 219
- ActivePage = TSnew
- TabOrder = 0
- OnChange = PC_templateChange
- object TSnew: TTabSheet
- Caption = 'New'
- end
- object TSreply: TTabSheet
- Caption = 'Reply'
- end
- object TSforward: TTabSheet
- Caption = 'Forward'
- end
- object TScookie: TTabSheet
- Caption = 'Cookie'
- end
- end
- object M_template: TZEditor
- Left = 16
- Top = 32
- Width = 329
- Height = 185
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '����'
- Font.Style = []
- ParentColor = False
- PopupMenu = PM_template
- Color = clBtnFace
- ScrollBars = ssBoth
- PrintOptions = [poPageHeader, poPageNumber, poWordWrap]
- end
- end
- end
- end
- object BtnOK: TButton
- Left = 288
- Top = 300
- Width = 78
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 368
- Top = 300
- Width = 78
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object SetList: TZListBox
- Left = 10
- Top = 32
- Width = 143
- Height = 257
- ItemHeight = 16
- Items.Strings = (
- 'Personal'
- 'Mail Server'
- 'Send'
- 'Receive'
- 'Other POP3s'
- 'Font&View'
- 'Label'
- 'Templates'
- 'Network')
- Style = lbOwnerDrawFixed
- TabOrder = 3
- OnDrawItem = SetListDrawItem
- OnChange = SetListClick
- end
- object BtnHelp: TButton
- Tag = 1934
- Left = 450
- Top = 300
- Width = 78
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = BtnHelpClick
- end
- object PM_template: TPopupMenu
- Left = 124
- Top = 300
- object Text1: TMenuItem
- Caption = '&Text'
- object MI_cursor: TMenuItem
- Caption = '%CURSOR (editor'#39's cursor position)'
- OnClick = MI_cursorClick
- end
- object QUOTES1: TMenuItem
- Caption = '%QUOTES (original message quoted)'
- end
- object TEXToriginalmessagetext1: TMenuItem
- Caption = '%TEXT (original message text)'
- end
- object COOKIE1: TMenuItem
- Caption = '%COOKIE (cookie lines)'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Datecurrentdate1: TMenuItem
- Caption = '%DATE (current date)'
- end
- object Timecurrenttime1: TMenuItem
- Caption = '%TIME (current time)'
- end
- object ODATE1: TMenuItem
- Caption = '%ODATE (original message date)'
- end
- object OTIMEoriginalmessagetime1: TMenuItem
- Caption = '%OTIME (original message time)'
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object MI_OSUBJ: TMenuItem
- Caption = '%OSUBJ (original message subject)'
- end
- end
- object SenderInfo1: TMenuItem
- Caption = '&Sender'
- object FROMNAME1: TMenuItem
- Caption = '%FROMNAME (sender'#39's name)'
- end
- object REPLYNAMEreplytoname1: TMenuItem
- Caption = '%REPLYNAME (reply-to name)'
- end
- object FROMADDRsendersemailaddress1: TMenuItem
- Caption = '%FROMADDR (sender'#39's email address)'
- end
- object REPLYADDRreplytoaddress1: TMenuItem
- Caption = '%REPLYADDR (reply-to address)'
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object OFROMNAMEoroginal1: TMenuItem
- Caption = '%OFROMNAME (oroginal sender'#39's name)'
- end
- object OREPLYNAMEoroginalreplytoname1: TMenuItem
- Caption = '%OREPLYNAME (oroginal reply-to name)'
- end
- object OFROMADDRoriginalfromaddress1: TMenuItem
- Caption = '%OFROMADDR (original from address)'
- end
- object OREPLYADDRoriginalreplytoaddress1: TMenuItem
- Caption = '%OREPLYADDR (original reply-to address)'
- end
- end
- object Recipient1: TMenuItem
- Caption = '&Recipient'
- object TONAME1: TMenuItem
- Caption = '%TONAME (recepient'#39's name)'
- end
- object TOADDRrecepientsaddress1: TMenuItem
- Caption = '%TOADDR (recepient'#39's address)'
- Enabled = False
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object OTONAMEoriginalrecepientsname1: TMenuItem
- Caption = '%OTONAME (original recepient'#39's name)'
- end
- object OTOADDRoriginalrecepientsaddress1: TMenuItem
- Caption = '%OTOADDR (original recepient'#39's address)'
- end
- end
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- ResStrings.Strings = (
- '0010=Label'
- '0011=Connection Name:'
- '0012=POP3 Server:'
- '0013=POP3 Account:'
- '0014=Leave a copy in server:'
- '0015=Enabled:'
-
- '0020=The image your selected is too large. Please select another' +
- '.')
- Left = 128
- end
- end
-